home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / samba / samba-gen.hlp.z / samba-gen.hlp
Encoding:
Text File  |  1997-07-30  |  1.4 KB  |  44 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Samba Configuration</H2>
  8. <P>
  9. Use this form to enable Samba, and to configure the global characteristics
  10. of your Samba server.  By "global", it is meant that these parameters
  11. will apply to all shared directories and printing services.  Configurable
  12. parameters include:
  13. <table>
  14. <tr><th align=left valign=top>Workgroup:<td>
  15. The name of the workgroup to which this server
  16. will be a member.</td></tr>
  17. <tr><th align=left valign=top>Browse Master:<td>
  18. Each subnet has a "browse master" which
  19. reports data for that subnet.  Enter "yes" here if this server is
  20. to be the browse master for this subnet.</td></tr>
  21. <tr><th align=left valign=top>Domain Master:<td>
  22. The "domain master" (or domain controller)
  23. controls and administers networking information for a given domain.
  24. Set "yes" here if this server is to be the unique domain master.</td></tr> 
  25. <tr><th align=left valign=top>Wins Server:<td>
  26. If another machine on the network is designated
  27. as the "wins server", enter the name here so that this Samba server
  28. can register itself.</td></tr>
  29. <tr><th align=left valign=top>Print Command:<td>
  30. The common print command to be used by 
  31. all printing services.  Note that substitutions may be used.</td></tr>
  32. </table>
  33. For more information, see the man page smb.conf(5).
  34. </P>
  35. <P>
  36. </P>
  37. <P>
  38. </P>
  39. <CENTER>
  40. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  41. </CENTER>
  42. </FORM>
  43. EndOfFile
  44.